- queue handler
- обработчик очередей
English-Russian electronics dictionary .
English-Russian electronics dictionary .
Event handler — In computer programming, an event handler is an asynchronous callback subroutine that handles inputs received in a program. Each event is a piece of application level information from the underlying framework, typically the GUI toolkit. GUI… … Wikipedia
Interrupt handler — An interrupt handler, also known as an interrupt service routine (ISR), is a callback subroutine in an operating system or device driver whose execution is triggered by the reception of an interrupt. Interrupt handlers have a multitude of… … Wikipedia
AmigaOS 4 — A screenshot of AmigaOS 4.1 Update 2. Company / developer Hyperion Entertainment Programmed in C OS family … Wikipedia
MQH — abbr. Memory Queue Handler … Dictionary of abbreviations
DNIX — Company / developer Dataindustrier AB OS family Unix like Working state Historic Source model Closed source Latest stable release 5.4 … Wikipedia
Windows Search — (formerly known as Windows Desktop Search or WDS on Windows XP and Windows Server 2003) is an indexed desktop search platform released by Microsoft for the Windows operating system.[citation needed] Windows Search for Windows Vista, Windows 7,… … Wikipedia
Command pattern — In object oriented programming, the command pattern is a design pattern in which an object is used to represent and encapsulate all the information needed to call a method at a later time. This information includes the method name, the object… … Wikipedia
Real-time operating system — A real time operating system (RTOS; generally pronounced as are toss ) is a multitasking operating system intended for real time applications. Such applications include embedded systems (programmable thermostats, household appliance controllers,… … Wikipedia
Personnages de Lost : Les Disparus — Article principal : Lost : Les Disparus. Cet article présente les personnages du feuilleton télévisé Lost : Les Disparus. Sommaire 1 Personnages principaux 2 Personnages secondaires 2.1 Personnages … Wikipédia en Français
Deferred Procedure Call — A Deferred Procedure Call (DPC) is a Microsoft Windows operating system mechanism which allows high priority tasks (e.g. an interrupt handler) to defer required but lower priority tasks for later execution. This permits device drivers and other… … Wikipedia
Asynchronous I/O — Asynchronous I/O, or non blocking I/O, is a form of input/output processing that permits other processing to continue before the transmission has finished. Input and output (I/O) operations on a computer can be extremely slow compared to the… … Wikipedia